> For the complete documentation index, see [llms.txt](https://help.listly.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.listly.io/getting-started.md).

# Getting Started

- [Listly Help](https://help.listly.io/getting-started/quick-start-guide.md)
- [How to Install Listly](https://help.listly.io/getting-started/quick-start-guide/how-to-install-listly.md)
- [How to Use Basic Extraction](https://help.listly.io/getting-started/quick-start-guide/how-to-use-basic-extraction.md)
- [Extension Features](https://help.listly.io/getting-started/extension-features.md): Extension Popup
- [Whole](https://help.listly.io/getting-started/extension-features/whole.md)
- [Parts](https://help.listly.io/getting-started/extension-features/parts.md)
- [Parts Selection](https://help.listly.io/getting-started/extension-features/parts-selection.md)
- [Parts Options](https://help.listly.io/getting-started/extension-features/parts-options.md)
- [Tabs-Parts](https://help.listly.io/getting-started/extension-features/tabs-parts.md)
- [Tabs-Open Tabs](https://help.listly.io/getting-started/extension-features/tabs-open-tabs.md)
- [CSS Selector](https://help.listly.io/getting-started/extension-features/css-selector.md)
- [Table Data](https://help.listly.io/getting-started/extension-features/table-data.md)
- [Use Cookie](https://help.listly.io/getting-started/extension-features/use-cookie.md)
- [iFrame](https://help.listly.io/getting-started/extension-features/iframe.md)
- [Result Page Features](https://help.listly.io/getting-started/result-page-features.md)
- [Data Download Options](https://help.listly.io/getting-started/result-page-features/data-download-options.md)
- [Data Arrangeent (1-Card-to-1-Row vs 1-Tab-to-1-Row)](https://help.listly.io/getting-started/result-page-features/data-arrangement.md)
- [Tab Search](https://help.listly.io/getting-started/result-page-features/tab-search.md)
- [Group Extraction](https://help.listly.io/getting-started/result-page-features/group-extraction.md)
- [Group Extraction - Generate 1,2,3…Sequential Page URLs](https://help.listly.io/getting-started/result-page-features/group-extraction-sequential-urls.md)
- [Group Extraction - Extract Detail Page URLs](https://help.listly.io/getting-started/result-page-features/group-extraction-detail-page-urls.md)
- [ActionScript](https://help.listly.io/getting-started/result-page-features/actionscript.md)
- [WebHooks](https://help.listly.io/getting-started/result-page-features/webhooks.md)
- [API (Data)](https://help.listly.io/getting-started/result-page-features/api-data.md)
- [API (Status & Billing Info)](https://help.listly.io/getting-started/result-page-features/api-status.md)
- [Databoard Features](https://help.listly.io/getting-started/databoard-features.md)
- [Settings - Proxy](https://help.listly.io/getting-started/databoard-features/settings-proxy.md)
- [Settings - Device Type](https://help.listly.io/getting-started/databoard-features/settings-device-type.md)
- [Settings - Auto Login (Beta)](https://help.listly.io/getting-started/databoard-features/settings-auto-login.md)
- [Settings - ActionScript](https://help.listly.io/getting-started/databoard-features/settings-actionscript.md)
- [Settings - Execution Speed](https://help.listly.io/getting-started/databoard-features/settings-execution-speed.md)
- [Settings - Auto Scroll](https://help.listly.io/getting-started/databoard-features/settings-auto-scroll.md)
- [Settings - Auto Save](https://help.listly.io/getting-started/databoard-features/settings-auto-save.md)
- [Settings - Auto Click](https://help.listly.io/getting-started/databoard-features/settings-auto-click.md)
- [Settings - Pagination Templates](https://help.listly.io/getting-started/databoard-features/settings-pagination-templates.md)
- [Scheduler](https://help.listly.io/getting-started/databoard-features/scheduler.md)
- [Screenshot](https://help.listly.io/getting-started/databoard-features/screenshot.md)
- [Folders](https://help.listly.io/getting-started/databoard-features/folders.md)
- [Folder Group Extraction](https://help.listly.io/getting-started/databoard-features/folder-group-extraction.md)
- [Log Group Extraction](https://help.listly.io/getting-started/databoard-features/log-group-extraction.md)
- [Log Group Extraction - When a Cell is Blank](https://help.listly.io/getting-started/databoard-features/log-group-extraction-blank-cells.md)
- [Enterprise Solutions](https://help.listly.io/getting-started/enterprise-solutions.md)
- [Enterprise - Install Listly Extension](https://help.listly.io/getting-started/enterprise-solutions/install.md)
- [Enterprise - Auto-Scrape Sub Pages](https://help.listly.io/getting-started/enterprise-solutions/auto-scrape-sub-pages.md)
- [Enterprise - Fail Fast](https://help.listly.io/getting-started/enterprise-solutions/fail-fast.md)
- [Enterprise - Proxy Auto Retry](https://help.listly.io/getting-started/enterprise-solutions/proxy-auto-retry.md)
- [Enterprise - Auto Name Columns](https://help.listly.io/getting-started/enterprise-solutions/auto-name-columns.md)
- [Enterprise - Generate Bulk Group & Download](https://help.listly.io/getting-started/enterprise-solutions/generate-bulk-group-and-download.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.listly.io/getting-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
